'Declaration Public Overloads Overrides Function GetProperties( _
ByVal contextA type descriptor through which additional context can be provided.As System.ComponentModel.ITypeDescriptorContext, _
ByVal valueThe value of the object to get the properties for.As System.Object, _
ByVal attributesAn array of Attribute objects that describe the properties.() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(
System.ComponentModel.ITypeDescriptorContext context,
System.Object value,
System.Attribute[] attributes
)
public: System.ComponentModel.PropertyDescriptorCollection* GetProperties(
System.ComponentModel.ITypeDescriptorContext* context,
System.Object value,
System.Attribute*[]* attributes
); override
public:
System.ComponentModel.PropertyDescriptorCollection^ GetProperties(
System.ComponentModel.ITypeDescriptorContext^ context,
System.Object value,
array<System.Attribute^>^ attributes
); override
Parameters
- context
- A type descriptor through which additional context can be provided.
- value
- The value of the object to get the properties for.
- attributes
- An array of Attribute objects that describe the properties.
Return Value
The set of properties that should be exposed for this data type.